projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
271ebf5
)
(gamegrid-init): Set line-spacing to 0.
author
Kenichi Handa
<handa@m17n.org>
Tue, 28 Aug 2007 04:00:15 +0000
(
04:00
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 28 Aug 2007 04:00:15 +0000
(
04:00
+0000)
lisp/play/gamegrid.el
patch
|
blob
|
history
diff --git
a/lisp/play/gamegrid.el
b/lisp/play/gamegrid.el
index 74158e7bfd3b082f7a0ad776d612510c54f8bd90..54e766a5878379ff3239fdb596e17aa394c31c7b 100644
(file)
--- a/
lisp/play/gamegrid.el
+++ b/
lisp/play/gamegrid.el
@@
-386,6
+386,7
@@
static unsigned char gamegrid_bits[] = {
(defun gamegrid-init (options)
(setq buffer-read-only t
truncate-lines t
+ line-spacing 0
gamegrid-display-options options)
(buffer-disable-undo (current-buffer))
(gamegrid-initialize-display))